home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d20 / kill_off.arc / KILL-OFF.CFG < prev    next >
Text File  |  1991-12-17  |  4KB  |  96 lines

  1. %
  2. % Sample Kill-Off configuration file
  3. %
  4. % ---------------------------------------------------------------------------
  5. %
  6. % Order of priority: command line, Kill-Off.Cfg, AreaFix.Ctl
  7. %
  8. %  Options available on command line:
  9. %  -AAreas.Bbs -- work with an alternate areas file than the one specified 
  10. %    in AreaFix.Ctl
  11. %  -LLogging.Fil -- specify an alternate logging file than that specified
  12. %    in Kill-Off.Cfg
  13. %  -Dn -- Overrride the Days verb in Kill-Off.Cfg
  14. %  -B -- Generate all kind of redirectable debugging and runtime data
  15. %
  16. % ---------------------------------------------------------------------------
  17. %
  18. % Kill-Off reads AreaFix.Ctl for most of it's information, but you can 
  19. %  override the following 3 statements:
  20. %
  21. % NetMail C:\MSG\NETMAIL
  22. % SysOp Remus Williams
  23. % Areas Areas26.Bbs
  24. %
  25. % There are 2 forms of logging available, and both may be used together.
  26. %  'Log' will generate a log file via 'standard' OPUS logging convention, and
  27. %  'Blank' will send a netmail message to SysOp stating 'No areas removed'
  28. %  when Kill-Off has no areas to remove.
  29. %
  30.   Log Logs\Kill-Off.Log
  31. % Blank
  32. %
  33. % If you don't want to see the uplink AreaFix messages asking a feed be cut, 
  34. %  use the 'KillSent' verb.  It sets the 'KillSent' attribute bit on the 
  35. %  appropriate outbound message.
  36. %
  37. % KillSent
  38. %
  39. % Kill-Off will wait up to 30 days before asking an unforwarded echo area be
  40. %  disconnected.  The default delay is for 3 days, but can be changed.  Note
  41. %  that 'Days 0' causes unpassed echo areas to be disconnected IMMEDIATELY.
  42. %
  43.   Days 3
  44. %
  45. % What type area control file do you use?  Kill-Off works with
  46. %  ConfMail style:   #D:\PASSTHRU\DEADECHO DEADECHO 106/167
  47. %      Squish style: #$D:\PASSTHRU\DEADECHO DEADECHO 106/167
  48. %  and Hudson style: P DEADECHO 106/167
  49. %
  50. % The SystemType verb can be used to force a Hudson sytle areas list, but
  51. %  shouldn't normally be necessary as this option is specified in 
  52. %  AreaFix.Ctl.  Squish passthru areas are detected and enacted upon as 
  53. %  necessary, no override is available nor needed.  Note that Squish 
  54. %  detection is disabled when a Hudson list is used.  Setting SystemType to
  55. %  Squish adds SEEN-BY information to end of the Fanatics message.
  56. %
  57. %  (TIP: SystemType Squish may be needed if your mailer sees Kill-Off's
  58. %  Fanatics message as 'bad', it does no other function).
  59. %
  60. % SystemType Hudson
  61. % SystemType Squish
  62. %
  63. %
  64. % Echomail Fanatics mode!  In addition to the normal netmail messages to
  65. %  SysOp, Kill-Off can generate an echomail message informing everyone of
  66. %  your system's activity.  Experimentation may be required to get the right
  67. %  combination to enable your mail processor to correctly send out the 
  68. %  message.  This is due to the wide variation in mail processors and message
  69. %  storage systems.  
  70. %
  71. % 'Fanatics' specifies a full message directory in *.MSG form; alternatively
  72. %  it can be your netmail or bad message area but 'EchoArea' must be enabled
  73. %  should this be the case.  If this statement is missing or commented out, 
  74. %  no echomail message will be created.
  75. %  
  76.   Fanatics C:\MSG\FANATICS
  77. %
  78. % 'EchoArea' denotes the echo name the message belongs in (AREA: field of a 
  79. %  message) if 'Fanatics' is not an echomail directory.
  80. % EchoArea FANATICS
  81. %
  82. % If your mail processor insists on writing the MSGID, tear and Origin lines
  83. %  into echo messages, Kill-Off will not create them if the NoControl verb
  84. %  is set.
  85. %
  86. % NoControl
  87. %
  88. % Finally, an Origin line may be specified.  This will override any Origin 
  89. %  file in a *.MSG directory.  Defaults to just your node number.
  90. %
  91.   Origin Another happy Kill-Off user!
  92. %
  93. % End of Kill-Off.Cfg
  94.  
  95.